aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
committerPaul Traina <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
commit72b4ef71792be91d8c67f0eaac8e95fb13dac7b2 (patch)
treec2ffc1d3cf0dc9dfadc545b079629bf051dab0de /usr.sbin
parent51e6986086b254cf3a68ac8d766f16dbeec5a0bf (diff)
downloadsrc-72b4ef71792be91d8c67f0eaac8e95fb13dac7b2.tar.gz
src-72b4ef71792be91d8c67f0eaac8e95fb13dac7b2.zip
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/lib/Makefile2
-rw-r--r--usr.sbin/mrouted/common/Makefile8
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile1
3 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile
index ff7691370be7..5c6106568c1b 100644
--- a/usr.sbin/cron/lib/Makefile
+++ b/usr.sbin/cron/lib/Makefile
@@ -2,7 +2,7 @@ LIB= cron
SRCS= entry.c env.c misc.c
CFLAGS+= -I${.CURDIR}/../cron
-NOSHARED= yes
+NOPIC= yes
NOPROFILE= yes
install:
diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile
index 9bcfb27462bc..801a20715968 100644
--- a/usr.sbin/mrouted/common/Makefile
+++ b/usr.sbin/mrouted/common/Makefile
@@ -1,8 +1,8 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 16:07:20 peter Exp $
-LIB= mrouted
-NOPROFILE=
-NOSHARED=
+LIB= mrouted
+NOPROFILE= yes
+NOPIC= yes
S= ${.CURDIR}/..
.PATH: $S
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
index 398736fc03d8..2b320b484a89 100644
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ b/usr.sbin/pcvt/kbdio/Makefile
@@ -23,7 +23,6 @@ DPADD= ${LIBM} ${LIBY} ${LIBL}
LDADD= -lm -ly -ll
NOMAN=
-NOSHARED= no shared linkage
CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g