diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 18:12:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 18:12:15 +0000 |
| commit | 98f3fd4b49be5678e90bd00a01f4823ad20fbb73 (patch) | |
| tree | 47803887698f6a1c53b5834529a25fe79203d3ae /sys/modules/coff | |
| parent | f57e23d3a2d1c74575eb9d0eba717690df969f7e (diff) | |
Notes
Diffstat (limited to 'sys/modules/coff')
| -rw-r--r-- | sys/modules/coff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index a2e032ead9c0..144a49e62e0a 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_coff_mod SRCS= coff.c imgact_coff.c vnode_if.h NOMAN= CLEANFILES+= vnode_if.h vnode_if.c -CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2 +CFLAGS+= -DLKM -DCOMPAT_IBCS2 .include <bsd.kmod.mk> |
