summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6882117cdd8537ee968eae22a4a0031534d3c5ad (plain)
1
2
3
4
5
6
7
8
# $Id$

PROG=		netmet2
LDADD+=		-lcurses
DEBUG+=		-Wall
NOMAN=

.include <bsd.prog.mk>