[Midnightbsd-cvs] src: Makefile: Always build pccard

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 28 00:41:02 EDT 2008


Log Message:
-----------
Always build pccard

Modified Files:
--------------
    src/usr.sbin:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L usr.sbin/Makefile -L usr.sbin/Makefile -u -r1.6 -r1.7
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -103,7 +103,7 @@
 	nologin \
 	ntpd \
 	${_ofwdump} \
-	${_pccard} \
+	pccard \
 	pciconf \
 	${_pcvt} \
 	periodic \
@@ -275,7 +275,6 @@
 _mount_smbfs=	mount_smbfs
 _mptable=	mptable
 _ndiscvt=	ndiscvt
-_pccard=	pccard
 _pnpinfo=	pnpinfo
 .if !defined(NO_LIBPTHREAD)
 _pppctl=	pppctl
@@ -291,16 +290,6 @@
 _boot0cfg=	boot0cfg
 _pcvt=		pcvt
 _wlconfig=	wlconfig
-.elif ${MACHINE} == "pc98"
-_boot98cfg=	boot98cfg
-.endif
-.endif
-
-.if ${MACHINE_ARCH} == "alpha"
-_elf2exe=	elf2exe
-_pnpinfo=	pnpinfo
-.if !defined(NO_LIBC_R)
-_pppctl=	pppctl
 .endif
 .endif
 


More information about the Midnightbsd-cvs mailing list