freebsd-dev/usr.sbin/pccard/Makefile.inc
Ruslan Ermilov a381d6c906 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
2001-04-02 08:47:25 +00:00

7 lines
71 B
Makefile

# $FreeBSD$
CFLAGS+= -Wall
NOSHARED?= YES
.include "../Makefile.inc"