summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/Makefile.inc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-02 08:47:25 +0000
committerru <ru@FreeBSD.org>2001-04-02 08:47:25 +0000
commit162a118d7df784de3e3a1a6d11173d733ab45d79 (patch)
tree8a69961a1862de11f0b65492298dc832f1c94c5e /usr.sbin/pccard/Makefile.inc
parentdc9de766196859366ec6b882fcdacef959864d26 (diff)
downloadFreeBSD-src-162a118d7df784de3e3a1a6d11173d733ab45d79.zip
FreeBSD-src-162a118d7df784de3e3a1a6d11173d733ab45d79.tar.gz
Backout revision 1.6 (removed the NOSHARED bit.)
These must be compiled static so that it is possible to use them early in the boot process. Requested by: imp
Diffstat (limited to 'usr.sbin/pccard/Makefile.inc')
-rw-r--r--usr.sbin/pccard/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pccard/Makefile.inc b/usr.sbin/pccard/Makefile.inc
index 465d57a..a830ef2 100644
--- a/usr.sbin/pccard/Makefile.inc
+++ b/usr.sbin/pccard/Makefile.inc
@@ -1,5 +1,6 @@
# $FreeBSD$
CFLAGS+= -Wall
+NOSHARED?= YES
.include "../Makefile.inc"
OpenPOWER on IntegriCloud