PERFORCE change 85776 for review

soc-bushman soc-bushman at FreeBSD.org
Mon Oct 24 05:15:33 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=85776

Change 85776 by soc-bushman at soc-bushman_stinger on 2005/10/24 12:14:33

	syncrhonized to the main source tree

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/Makefile#4 edit

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/Makefile#4 (text+ko) ====

@@ -1,5 +1,5 @@
 #	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
-# $FreeBSD: src/usr.sbin/Makefile,v 1.337 2005/09/28 07:20:46 ru Exp $
+# $FreeBSD: src/usr.sbin/Makefile,v 1.340 2005/10/17 20:47:44 phk Exp $
 
 # XXX MISSING:		mkproto
 SUBDIR=	ac \
@@ -60,6 +60,7 @@
 	inetd \
 	iostat \
 	ip6addrctl \
+	ipfwpcap \
 	IPXrouted \
 	jail \
 	jexec \
@@ -73,6 +74,7 @@
 	lastlogin \
 	${_lpr} \
 	${_lptcontrol} \
+	lmcconfig \
 	${_mailstats} \
 	mailwrapper \
 	${_makemap} \
@@ -148,7 +150,6 @@
 	sa \
 	${_sendmail} \
 	setfmac \
-	setkey \
 	setpmac \
 	${_sicontrol} \
 	sliplogin \
@@ -215,8 +216,8 @@
 _bluetooth=	bluetooth
 .endif
 
-.if !defined(NO_NS_CACHING)
-_cached=	cached
+if !defined(NO_NS_CACHING)
+_cached=       cached
 .endif
 
 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL)


More information about the p4-projects mailing list