NetBSD/usr.sbin/dhcp/relay/Makefile

10 lines
163 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2001/08/03 14:14:30 drochner Exp $
1997-03-30 01:45:09 +03:00
SRCS = dhcrelay.c
PROG = dhcrelay
MAN = dhcrelay.8
DHCPSRCDIR= relay
1997-03-30 01:45:09 +03:00
.include <bsd.prog.mk>