Remove the install: line and use FILES and FILESDIR.

This commit is contained in:
veego 1997-05-29 15:57:45 +00:00
parent 933397a44f
commit 4e59f8c226
3 changed files with 12 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1997/05/29 15:13:04 cjs Exp $
# $NetBSD: Makefile,v 1.12 1997/05/29 15:57:45 veego Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
@ -48,10 +48,6 @@ scrt0.o: ${SRCS}
@ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET};
.endif
install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
CPPFLAGS+= -DDYNAMIC
.endif
@ -62,4 +58,7 @@ afterdepend: .depend
< .depend > $$TMP; \
mv $$TMP .depend)
FILES=${OBJS}
FILESDIR=/usr/lib
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 1997/05/29 15:13:09 cjs Exp $
# $NetBSD: Makefile,v 1.13 1997/05/29 15:57:47 veego Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
@ -48,10 +48,6 @@ scrt0.o: ${SRCS}
@ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET};
.endif
install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
CPPFLAGS+= -DDYNAMIC
.endif
@ -62,4 +58,7 @@ afterdepend: .depend
< .depend > $$TMP; \
mv $$TMP .depend)
FILES=${OBJS}
FILESDIR=/usr/lib
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 1997/05/29 15:13:14 cjs Exp $
# $NetBSD: Makefile,v 1.13 1997/05/29 15:57:46 veego Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
@ -48,10 +48,6 @@ scrt0.o: ${SRCS}
@ln -s `pwd`/${.TARGET} ${BUILDDIR}${LIBDIR}/${.TARGET};
.endif
install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.if make(depend)
CPPFLAGS+= -DDYNAMIC
.endif
@ -62,4 +58,7 @@ afterdepend: .depend
< .depend > $$TMP; \
mv $$TMP .depend)
FILES=${OBJS}
FILESDIR=/usr/lib
.include <bsd.prog.mk>