4c843bf603
Somebody submitted this long time ago, and it has been sitting in my tree for months because I thought archie would pick it up. Submitted by: (sorry, lost track)
13 lines
309 B
Makefile
13 lines
309 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $
|
|
|
|
PROG= ngctl
|
|
SRCS= main.c mkpeer.c config.c connect.c name.c show.c list.c \
|
|
msg.c debug.c shutdown.c rmhook.c status.c types.c
|
|
MAN8= ngctl.8
|
|
DPADD+= ${LIBNETGRAPH}
|
|
LDADD+= -lnetgraph -ledit
|
|
COPTS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|