minix/commands/dhcpd/Makefile

8 lines
103 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for dhcpd.
PROG= dhcpd
SRCS= dhcpd.c tags.c devices.c ether.c
MAN=
2005-04-21 16:53:53 +02:00
.include <bsd.prog.mk>