opnsense-src/libexec/xtend/Makefile

15 lines
233 B
Makefile
Raw Normal View History

1994-10-22 05:53:33 -04:00
# Makefile for xtend (Stark) 10/30/93
1997-02-22 09:22:49 -05:00
# $Id$
1994-10-22 05:53:33 -04:00
BINMODE= 555
1994-10-22 05:53:33 -04:00
PROG= xtend
SRCS= xtend.c status.c packet.c user.c
CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
1996-09-05 13:16:10 -04:00
DPADD= ${LIBUTIL}
LDADD= -lutil
1994-10-22 05:53:33 -04:00
MAN8= xtend.8
.include <bsd.prog.mk>