installer: Add serial detection
[dragonfly.git] / usr.sbin / installer / libinstaller / Makefile
1 # $DragonFly: src/usr.sbin/installer/libinstaller/Makefile,v 1.5 2008/08/29 22:51:56 swildner Exp $
2
3 LIB=    installer
4 SRCS=   commands.c confed.c diskutil.c functions.c mount.c package.c survey.c \
5         uiutil.c 
6
7 CFLAGS+=-I${.CURDIR}/..
8 INTERNALLIB=true
9
10 .include <bsd.lib.mk>