diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 22:19:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 22:19:38 +0000 |
commit | 1733f05fc95681092f40f9749ab1e393f5063d39 (patch) | |
tree | 156b614ac1720605a4e86d4fca3c71ee561353f9 /usr.bin | |
parent | ed55cb90f86140d7078ef1cf944f6efa04ae482c (diff) |
tools do not get installed and therefore hardcoding DESTDIR is not useful; niklas@ ok
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tn3270/tools/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tn3270/tools/Makefile.inc b/usr.bin/tn3270/tools/Makefile.inc index 944d3ec4e01..c8200b03709 100644 --- a/usr.bin/tn3270/tools/Makefile.inc +++ b/usr.bin/tn3270/tools/Makefile.inc @@ -1,4 +1,3 @@ -# $OpenBSD: Makefile.inc,v 1.1 1996/03/09 01:33:34 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2003/01/16 22:19:37 mickey Exp $ CC=${HOSTCC} -DESTDIR=/ |