freebsd-dev/sys/modules/osf1/Makefile
Peter Wemm 56ca39961b Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk.  This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
2000-05-04 12:08:52 +00:00

27 lines
561 B
Makefile

# $FreeBSD$
MAINTAINER= gallatin@FreeBSD.org
.PATH: ${.CURDIR}/../../alpha/osf1
KMOD= osf1
SRCS= osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \
osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \
opt_simos.h opt_nfs.h vnode_if.h
MAN8= osf1.8
#CFLAGS+= -g
EXPORT_SYMS= _osf1
opt_compat.h:
echo "#define COMPAT_43 1" > ${.TARGET}
opt_osf1.h opt_simos.h opt_nfs.h:
touch ${.TARGET}
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/osf1.sh ${DESTDIR}/usr/bin/osf1
.include "${.CURDIR}/../../conf/kmod.mk"