Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/Makefile.in,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/create/Makefile.in,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- pkgsrc/pkgtools/pkg_install/files/create/Makefile.in 2003/09/23 07:44:51 1.10 +++ pkgsrc/pkgtools/pkg_install/files/create/Makefile.in 2004/08/21 06:33:40 1.11 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.10 2003/09/23 07:44:51 grant Exp $ +# $NetBSD: Makefile.in,v 1.11 2004/08/21 06:33:40 jlam Exp $ srcdir= @srcdir@ @@ -24,16 +24,13 @@ INSTALL= @INSTALL@ PROG= pkg_create -SRCS= main.c perform.c pl.c -OBJS= $(SRCS:.c=.o) +OBJS= main.o perform.o pl.o -.PHONY: all clean install +all: $(PROG) .c.o: $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c $< -all: $(PROG) - $(PROG): $(OBJS) $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)