summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldunload')
-rw-r--r--sbin/kldunload/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile
index faf372f..2d541ff 100644
--- a/sbin/kldunload/Makefile
+++ b/sbin/kldunload/Makefile
@@ -23,13 +23,13 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $
+# $Id: Makefile,v 1.2 1997/10/19 11:15:45 jmg Exp $
#
PROG= kldunload
SRCS= kldunload.c
MAN8= kldunload.8
-CFLAGS= -I${.CURDIR}/../../sys
+CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud