Remove CAPS.
[dragonfly.git] / usr.sbin / installer / libdfui / Makefile
1 LIB=    dfui
2 SRCS=   conn_npipe.c conn_tcp.c connection.c decode.c \
3         dump.c encode.c form.c lang.c system.c
4
5 CFLAGS+=-I${.CURDIR}/..
6 INTERNALLIB=true
7
8 .include <bsd.lib.mk>