summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/Makefile.common
diff options
context:
space:
mode:
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