Remove 'NOSHARED=yes' (../Makefile.inc already sets this)

This commit is contained in:
Chris D. Faulhaber 2001-03-19 21:18:48 +00:00
parent 6020fb6068
commit 6371776c8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74489
2 changed files with 0 additions and 3 deletions

View File

@ -4,6 +4,5 @@ PROG= getfacl
SRCS= getfacl.c
LDADD= -lposix1e
CFLAGS+= -g -Wall
NOSHARED= yes
.include <bsd.prog.mk>

View File

@ -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>