diff options
author | bde <bde@FreeBSD.org> | 1998-03-19 15:27:08 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-03-19 15:27:08 +0000 |
commit | d6e453e36fb6c030d539f25e683b8a36d830b4e0 (patch) | |
tree | 5981f0816139b8e28f97419857f7cb172b12831b /lib/libmd/Makefile | |
parent | 40275f52e35c27d3ffb95f645e92c053f02e90df (diff) | |
download | FreeBSD-src-d6e453e36fb6c030d539f25e683b8a36d830b4e0.zip FreeBSD-src-d6e453e36fb6c030d539f25e683b8a36d830b4e0.tar.gz |
Don't use the beforedepend target. It was a no-op here except for
helping bsd.dep.mk break `make -jN depend'.
Diffstat (limited to 'lib/libmd/Makefile')
-rw-r--r-- | lib/libmd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 270bd26..96c2d0a 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/02/22 15:07:10 peter Exp $ +# $Id: Makefile,v 1.24 1997/09/05 11:49:43 peter Exp $ LIB= md .if ${BINFORMAT} != elf @@ -82,8 +82,6 @@ test: md2.ref md4.ref md5.ref @${ECHO} MD5 passed test -rm -f mddriver -beforedepend: md2hl.c md4hl.c md5hl.c - beforeinstall: .for i in md2.h md4.h md5.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \ |