linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / net / stf / Makefile
blobf0347025f88a9d0317aa215a4f5fbbfdff7f8634
1 # $FreeBSD: src/sys/modules/if_stf/Makefile,v 1.1.2.1 2001/07/24 19:10:17 brooks Exp $
2 # $DragonFly: src/sys/net/stf/Makefile,v 1.3 2005/02/18 11:41:42 corecode Exp $
4 .PATH: ${.CURDIR}/../../net
6 KMOD= if_stf
7 SRCS= if_stf.c opt_inet.h opt_inet6.h
9 .if !defined(BUILDING_WITH_KERNEL)
10 opt_inet.h:
11 echo "#define INET 1" > ${.TARGET}
13 opt_inet6.h:
14 echo "#define INET6 1" > ${.TARGET}
15 .endif
17 .include <bsd.kmod.mk>