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/streams | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/streams')
| -rw-r--r-- | sys/modules/streams/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile index 6248101335e0..beda73574d65 100644 --- a/sys/modules/streams/Makefile +++ b/sys/modules/streams/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ MAINTAINER = newton@atdot.dotat.org -SOURCE= ${.CURDIR}/../../dev/streams .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif -.PATH: ${SOURCE} +.PATH: ${.CURDIR}/../../dev/streams KMOD= streams SRCS= streams.c opt_streams.h opt_devfs.h @@ -14,12 +13,4 @@ NOMAN= CFLAGS+= -O -CLEANFILES+= vnode_if.h vnode_if.c opt_streams.h opt_devfs.h - -opt_streams.h: - @touch opt_streams.h - -opt_devfs.h: - @touch opt_devfs.h - .include <bsd.kmod.mk> |
