freebsd_amp_hwpstate/usr.sbin/xten/Makefile

11 lines
146 B
Makefile
Raw Normal View History

1994-10-22 09:55:43 +00:00
# Makefile for xten (Stark) 10/30/93
PROG= xten
SRCS= xten.c
CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend
1994-10-22 09:55:43 +00:00
MAN1= xten.1
.include <bsd.prog.mk>