diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-27 23:36:57 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-27 23:36:57 +0000 |
| commit | 6891d57652ce7cbd5e1835a2c1063e11c4d89f4f (patch) | |
| tree | 2f199fbd115c31ac3b1d8dd85627b6d1a9f26f8a /sys/modules/ibcs2 | |
| parent | 7d22abd50c3c6975281f8e9b9c4b28a4b978d1e5 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ibcs2')
| -rw-r--r-- | sys/modules/ibcs2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index 47b570a4ecc2..482ac1a17799 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,13 +1,13 @@ -# $Id: Makefile,v 1.2 1994/10/14 08:45:15 sos Exp $ +# $Id: Makefile,v 1.3 1994/10/14 22:56:40 sos Exp $ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod SRCS= ibcs2.c ibcs2_dummy.c ibcs2_file.c ibcs2_ioctl.c ibcs2_ipc.c \ ibcs2_isc.c ibcs2_misc.c ibcs2_signal.c ibcs2_stats.c \ - ibcs2_sysent.c ibcs2_sysi86.c ibcs2_xenix.c + ibcs2_sysent.c ibcs2_sysi86.c ibcs2_xenix.c vnode_if.h NOMAN= -VFS_LKM= CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2 +CLEANFILES+= vnode_if.h vnode_if.c afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
