From 5acdee8a8eec085d0401426769ab8b606ac1408e Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 3 Aug 2001 21:45:54 +0000 Subject: Don't clobber the default for CFLAGS. --- libexec/rexecd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/rexecd') diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 4fc7190..e03d2ae 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -4,7 +4,7 @@ PROG= rexecd MAN= rexecd.8 -CFLAGS= -DOPIE +CFLAGS+=-DOPIE DPADD= ${LIBOPIE} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LDADD= -lopie -lmd -lcrypt -lutil -- cgit v1.1