]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/elink/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / elink / Makefile
1 # $FreeBSD$
2 #
3
4 .PATH:  ${.CURDIR}/../../i386/isa
5
6 KMOD=           elink
7 SRCS=           elink.c
8 EXPORT_SYMS=    elink_reset elink_idseq
9
10 .include <bsd.kmod.mk>