1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00
This commit is contained in:
Ruslan Ermilov 2002-05-13 12:07:57 +00:00
parent ede5bec0ba
commit 89a600f197
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96519

View File

@ -1,8 +1,9 @@
# $FreeBSD$
PROG= savecore
WARNS= 4
MAN8= savecore.8
DPADD+= ${LIBZ}
LDADD+= -lz
DPADD= ${LIBZ}
LDADD= -lz
MAN= savecore.8
.include <bsd.prog.mk>