aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colldef/data/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-13 14:15:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-13 14:15:25 +0000
commit88a603f7a971d6fccaa604fa6e4d0d422c13f4e7 (patch)
tree9bf2e19d0de836ade39180f976bae2061f349672 /usr.bin/colldef/data/Makefile
parentfb38e9d43a9a77c578cd404b35ca34a59eb866a3 (diff)
Notes
Diffstat (limited to 'usr.bin/colldef/data/Makefile')
-rw-r--r--usr.bin/colldef/data/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile
index ba76fa86c404f..a66bde5e134e2 100644
--- a/usr.bin/colldef/data/Makefile
+++ b/usr.bin/colldef/data/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1998/08/10 09:49:42 phk Exp $
+# $Id: Makefile,v 1.16 1999/01/21 19:41:38 imp Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -33,6 +33,7 @@ DELINKS = de_AT de_CH
.SUFFIXES: .src .out
.src.out:
+ PATH=${.OBJDIR}/..:/usr/bin \
colldef -I ${.CURDIR} -o ${.TARGET} ${.IMPSRC}
.if !defined(_BUILD_TOOLS)