freebsd-skq/sys/modules/pecoff/Makefile
peter a7f86be978 Zap some bad examples:
opt_foo.h:
	touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
2001-02-04 08:23:14 +00:00

13 lines
190 B
Makefile

# $FreeBSD$
MAINTAINER= takawata@FreeBSD.org
.PATH: ${.CURDIR}/../../compat/pecoff
KMOD= pecoff
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
CFLAGS+= -g -DDEBUG
.include <bsd.kmod.mk>