aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
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/mrouted
parent51e6986086b254cf3a68ac8d766f16dbeec5a0bf (diff)
downloadsrc-72b4ef71792be91d8c67f0eaac8e95fb13dac7b2.tar.gz
src-72b4ef71792be91d8c67f0eaac8e95fb13dac7b2.zip
NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
Notes
Notes: svn path=/head/; revision=27040
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/common/Makefile8
1 files changed, 4 insertions, 4 deletions
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