freebsd-dev/libexec/xtend/Makefile

15 lines
237 B
Makefile
Raw Normal View History

1994-10-22 09:53:33 +00:00
# Makefile for xtend (Stark) 10/30/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
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
MAN= xtend.8
1994-10-22 09:53:33 +00:00
.include <bsd.prog.mk>