summaryrefslogtreecommitdiff
path: root/external/bsd/dhcp/bin/relay/Makefile
blob: ab5ed92db23d46f703468fdb45a853fd27e278dd (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:30 christos Exp $

SRCS   = dhcrelay.c
PROG   = dhcrelay
MAN    = dhcrelay.8

DHCPSRCDIR=	relay

.include <bsd.prog.mk>