freebsd-dev/libexec/xtend/Makefile

15 lines
278 B
Makefile
Raw Normal View History

1994-10-22 09:53:33 +00:00
# Makefile for xtend (Stark) 10/30/93
1996-09-05 17:16:10 +00:00
# $Id: Makefile,v 1.3 1996/09/04 22:22:54 bde Exp $
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>