diff options
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r-- | usr.sbin/sysinstall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 24baf1008f7ec..ad6e00baace5c 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -8,7 +8,8 @@ SRCS= globals.c main.c dmenu.c menus.c \ misc.c msg.c system.c install.c \ termcap.c makedevs.c media.c variable.c \ devices.c dist.c lang.c wizard.c \ - disks.c command.c decode.c + disks.c command.c decode.c label.c \ + tcpip.c CFLAGS += -Wall -g -I${.CURDIR}/../libdisk |