minix3/commands/dhcpd/Makefile

8 lines
103 B
Makefile
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for dhcpd.
PROG= dhcpd
SRCS= dhcpd.c tags.c devices.c ether.c
MAN=
.include <bsd.prog.mk>