xref: /netbsd-src/usr.bin/rump_dhcpclient/Makefile (revision daf6c4152fcddc27c445489775ed1f66ab4ea9a9)
1#	$NetBSD: Makefile,v 1.1 2011/01/20 18:47:19 pooka Exp $
2#
3
4PROG=	rump.dhcpclient
5SRCS=	main.c bpf.c common.c configure.c dhcp.c if-bsd.c net.c
6
7LDADD+=	-lrumpclient
8
9.include <bsd.prog.mk>
10