diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-18 01:57:50 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-18 01:57:50 +0000 |
commit | f71c01f1f53e0308d6953ad5d23a28fa574b4a0a (patch) | |
tree | 96cc2e801eef4d641b2adf30a41b2ee79d9461a6 /usr.sbin/xten/Makefile | |
parent | a1e7347a2e51313ca25740b15e48db553d384331 (diff) | |
download | FreeBSD-src-f71c01f1f53e0308d6953ad5d23a28fa574b4a0a.zip FreeBSD-src-f71c01f1f53e0308d6953ad5d23a28fa574b4a0a.tar.gz |
Extensive updates to this package.
Moved Install.notes -> README, as ratified at the core meeting of
April 13th.
Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
Diffstat (limited to 'usr.sbin/xten/Makefile')
-rw-r--r-- | usr.sbin/xten/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xten/Makefile b/usr.sbin/xten/Makefile index cc7baea..6300ec9e 100644 --- a/usr.sbin/xten/Makefile +++ b/usr.sbin/xten/Makefile @@ -2,7 +2,7 @@ PROG= xten SRCS= xten.c -CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend +CFLAGS+=-I. -I/usr/src/libexec/xtend MAN1= xten.1 |