mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove extra CFLAGS and redundant SRCS
Add DPADD Submitted by: bde
This commit is contained in:
parent
041629b3b9
commit
7ff9edbb0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74505
@ -1,8 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PROG= getfacl
|
PROG= getfacl
|
||||||
SRCS= getfacl.c
|
|
||||||
LDADD= -lposix1e
|
LDADD= -lposix1e
|
||||||
CFLAGS+= -g -Wall
|
DPADD= ${LIBPOSIX1E}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user