modules: pull in most of FreeBSD's module linker changes
[dragonfly.git] / usr.sbin / installer / libinstaller / Makefile
blob060aebc58083154d0939ce3180e475daf3ae5289
1 # $DragonFly: src/usr.sbin/installer/libinstaller/Makefile,v 1.5 2008/08/29 22:51:56 swildner Exp $
3 LIB= installer
4 SRCS= commands.c confed.c diskutil.c functions.c mount.c package.c survey.c \
5 uiutil.c
7 CFLAGS+=-I${.CURDIR}/..
8 INTERNALLIB=true
10 .include <bsd.lib.mk>