freebsd-dev/sys/modules/syscons/star/Makefile
Peter Wemm 3de6da9cc9 Build modules from the main src/sys tree.
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for
no reason.
2001-08-09 00:13:30 +00:00

14 lines
174 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/syscons/star
KMOD= star_saver
SRCS= star_saver.c
NOMAN=
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.kmod.mk>