freebsd-dev/libexec/xtend/Makefile
1994-10-22 09:53:33 +00:00

13 lines
172 B
Makefile

# Makefile for xtend (Stark) 10/30/93
BINMODE= 4555
PROG= xtend
SRCS= xtend.c status.c packet.c user.c
CFLAGS+=-I.
LDADD+= -lutil
MAN8= xtend.8
.include <bsd.prog.mk>