mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Style.
This commit is contained in:
parent
ede5bec0ba
commit
89a600f197
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96519
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user