From 6371776c8e9975e308eb8d5700adda40d264340c Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Mon, 19 Mar 2001 21:18:48 +0000 Subject: [PATCH] Remove 'NOSHARED=yes' (../Makefile.inc already sets this) --- bin/getfacl/Makefile | 1 - bin/setfacl/Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile index 6bd45016db2..d6d3cd22bf4 100644 --- a/bin/getfacl/Makefile +++ b/bin/getfacl/Makefile @@ -4,6 +4,5 @@ PROG= getfacl SRCS= getfacl.c LDADD= -lposix1e CFLAGS+= -g -Wall -NOSHARED= yes .include diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile index 3556b1ac0b6..4fffeab4cfb 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -6,6 +6,4 @@ PROG= setfacl SRCS= file.c mask.c merge.c remove.c setfacl.c util.c LDADD= -lposix1e -NOSHARED= yes - .include -- 2.45.2