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
+3 -6
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>