freebsd_amp_hwpstate/libexec/xtend/Makefile

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>