Removed another unused `-I.' and cleaned up.

This commit is contained in:
Bruce Evans 1996-09-04 22:31:32 +00:00
parent 680b396b51
commit 3335a25f21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18036

View file

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