mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1f3432b4db
Ensure that a LOG_NOTICE syslog is always generated when the program is invoked generated when the program is invoked an obvious error. Submitted by: Phil Pennock <phil@globnix.org>
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
--- Makefile.orig Wed Jun 21 03:47:29 2000
|
|
+++ Makefile Wed Jun 21 03:48:17 2000
|
|
@@ -6,7 +6,7 @@
|
|
all: chrootuid chrootuid.1
|
|
|
|
chrootuid: chrootuid.c
|
|
- $(CC) $(CFLAGS) -o $@ $?
|
|
+ $(CC) $(CFLAGS) -DUSE_SYSCTL -o $@ $?
|
|
|
|
#chrootuid.1: chrootuid.c
|
|
# srctoman $? >$@
|