Remove 'NOSHARED=yes' (../Makefile.inc already sets this)
This commit is contained in:
parent
8194b74a2b
commit
8b5320d4a5
@ -4,6 +4,5 @@ PROG= getfacl
|
||||
SRCS= getfacl.c
|
||||
LDADD= -lposix1e
|
||||
CFLAGS+= -g -Wall
|
||||
NOSHARED= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -6,6 +6,4 @@ PROG= setfacl
|
||||
SRCS= file.c mask.c merge.c remove.c setfacl.c util.c
|
||||
LDADD= -lposix1e
|
||||
|
||||
NOSHARED= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user