freebsd_amp_hwpstate/libexec/xtend/Makefile

14 lines
219 B
Makefile
Raw Normal View History

1994-10-22 09:53:33 +00:00
# Makefile for xtend (Stark) 10/30/93
# $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+=-I. -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
1994-10-22 09:53:33 +00:00
LDADD+= -lutil
MAN8= xtend.8
.include <bsd.prog.mk>