diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-09-16 18:20:15 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-09-16 18:20:15 +0000 |
commit | 5796a75b450b4a28b6a11a884f84ccba72511770 (patch) | |
tree | 65efd344dcaa799b587c41b7dc20db219a821870 /usr.bin/less | |
parent | 00ca0ae1e02785b8e3a17a927d3bd3a7d1d4930f (diff) |
add missing Makefile.inc
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/less/Makefile.inc b/usr.bin/less/Makefile.inc new file mode 100644 index 00000000000..9a8aee08317 --- /dev/null +++ b/usr.bin/less/Makefile.inc @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile.inc,v 1.1 2011/09/16 18:20:14 shadchin Exp $ + +BINDIR= /usr/bin +CPPFLAGS+= -I${.CURDIR}/.. + +.PATH: ${.CURDIR}/.. |