This commit is contained in:
Ruslan Ermilov 2002-05-20 16:42:15 +00:00
parent b78213fb0b
commit 0f91d7050c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97002

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PROG= makewhatis
DPADD+= ${LIBZ}
LDADD+= -lz
DPADD= ${LIBZ}
LDADD= -lz
.include <bsd.prog.mk>