freebsd-dev/usr.sbin/xten/Makefile
Jordan K. Hubbard f26b6240ac Switch from bogus absolute path to a relative one.
Closes PR #bin/391
Submitted by:	Stephen McKay <syssgm@devetir.qld.gov.au>
1995-05-09 23:48:54 +00:00

11 lines
146 B
Makefile

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