aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
commitf328d583a2124a0cb6b96ed97b40f25b540452df (patch)
treedaeeec3a70e25abbb362be816bcbe28a07febf84 /usr.bin
parenta950ae83933defc6cc6eaebc4060553ed72704b5 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/Makefile4
-rw-r--r--usr.bin/logger/Makefile2
-rw-r--r--usr.bin/split/Makefile3
3 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 8b2db0b19407e..3930873287295 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -22,11 +22,11 @@ LINKS+= ${BINDIR}/chpass ${BINDIR}/ypchsh
MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1
-COPTS+= -DYP -I. -I${.CURDIR}/../../libexec/ypxfr \
+CFLAGS+=-DYP -I. -I${.CURDIR}/../../libexec/ypxfr \
-I${.CURDIR}/../../usr.sbin/rpc.yppasswdd -Dyp_error=warnx
#Some people need this, uncomment to activate
-#COPTS+= -DRESTRICT_FULLNAME_CHANGE
+#CFLAGS+=-DRESTRICT_FULLNAME_CHANGE
DPADD= ${LIBRPCSVC} ${LIBCRYPT} ${LIBMD}
LDADD+= -lrpcsvc -lcrypt -lmd
diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile
index 163cdec2678f3..48c52513500de 100644
--- a/usr.bin/logger/Makefile
+++ b/usr.bin/logger/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= logger
-COPTS+= -DINET6
+CFLAGS+=-DINET6
.include <bsd.prog.mk>
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile
index ffac658297f4d..3b55092f68d83 100644
--- a/usr.bin/split/Makefile
+++ b/usr.bin/split/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= split
-COPTS+= -Wall
+CFLAGS+=-Wall
.include <bsd.prog.mk>