diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/joy | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/joy')
| -rw-r--r-- | sys/modules/joy/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index eefed22b4d26..3051bd7913d8 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -6,11 +6,6 @@ SRCS = joy.c opt_devfs.h MAN8 = joy.8 CFLAGS += -DJOY_MODULE -CLEANFILES += opt_devfs.h - -opt_devfs.h: - touch opt_devfs.h - afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
