summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/Makefile.common
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-05-22 10:00:00 +0000
committerps <ps@FreeBSD.org>2000-05-22 10:00:00 +0000
commit98170c0c3ba86eb1cc975e7848d075bf2abc1ed0 (patch)
tree3b65237539c2287ed58b7f1c3189495bd6485988 /usr.bin/less/Makefile.common
parentfc70b28eba30b5ad268c31e5f277d6f12ff329cd (diff)
downloadFreeBSD-src-98170c0c3ba86eb1cc975e7848d075bf2abc1ed0.zip
FreeBSD-src-98170c0c3ba86eb1cc975e7848d075bf2abc1ed0.tar.gz
bmake glue for less.
Reviewed by: peter
Diffstat (limited to 'usr.bin/less/Makefile.common')
-rw-r--r--usr.bin/less/Makefile.common15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common
new file mode 100644
index 0000000..230a2f9
--- /dev/null
+++ b/usr.bin/less/Makefile.common
@@ -0,0 +1,15 @@
+# Makefile.common for less
+#
+# $FreeBSD$
+
+LSDIR= ${.CURDIR}/../../contrib/less
+.PATH: ${LSDIR}
+
+CFLAGS+=-I. -I${.CURDIR}/../less -I${LSDIR}
+
+.SUFFIXES: .man .1
+
+.man.1:
+ @${ECHO} Making $@ from $<
+ @-rm -f $@
+ @cp $< $@
OpenPOWER on IntegriCloud