freebsd-dev/libexec/xtend/Makefile

15 lines
233 B
Makefile
Raw Normal View History

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