summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy/Makefile
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-01-24 02:21:53 +0000
committereivind <eivind@FreeBSD.org>1998-01-24 02:21:53 +0000
commit71161cca1452c50ca0ea535bae82c1df9c67663c (patch)
tree0f1eefd5626beea342b1e648a9b9065774ac8750 /sys/modules/joy/Makefile
parent872629476414ab109f622ab404355f2283a99c5b (diff)
downloadFreeBSD-src-71161cca1452c50ca0ea535bae82c1df9c67663c.zip
FreeBSD-src-71161cca1452c50ca0ea535bae82c1df9c67663c.tar.gz
LKM-support for converting all file-system options to new-style options.
Diffstat (limited to 'sys/modules/joy/Makefile')
-rw-r--r--sys/modules/joy/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index c466c60..38327a4 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,16 +1,19 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 12:48:16 peter Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
-SRCS = joy.c joy.h
+SRCS = joy.c joy.h opt_devfs.h
MAN8 = joy.8
CFLAGS += -I. -DJOY_MODULE
-CLEANFILES += joy.h
+CLEANFILES += joy.h opt_devfs.h
joy.h:
echo "#define NJOY 1" > joy.h
+opt_devfs.h:
+ touch opt_devfs.h
+
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
OpenPOWER on IntegriCloud