summaryrefslogtreecommitdiffstats
path: root/share/examples/ses/getencstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/ses/getencstat/Makefile')
-rw-r--r--share/examples/ses/getencstat/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/examples/ses/getencstat/Makefile b/share/examples/ses/getencstat/Makefile
index 076cbc3..79141b6 100644
--- a/share/examples/ses/getencstat/Makefile
+++ b/share/examples/ses/getencstat/Makefile
@@ -32,9 +32,10 @@
# mjacob@feral.com
#
-MAN8 = getencstat.0
-SRCS = getencstat.c eltsub.c
-PROG = getencstat
-VPATH = ${.CURDIR}/../srcs
+.PATH: ${.CURDIR}/../srcs
+
+PROG= getencstat
+SRCS= getencstat.c eltsub.c
+MAN= getencstat.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud