
dhcrelay(8) and omshell(1) have not been tested. Change-Id: I0cad89f65666af4e366a86e130ce8df0894c3bb4
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $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>
|