summaryrefslogtreecommitdiffstats
path: root/share/isdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/isdn/Makefile')
-rw-r--r--share/isdn/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/share/isdn/Makefile b/share/isdn/Makefile
index 99025d8..0999d77 100644
--- a/share/isdn/Makefile
+++ b/share/isdn/Makefile
@@ -5,15 +5,11 @@ FILES= 0.al 1.al 2.al 3.al 4.al 5.al 6.al 7.al 8.al 9.al beep.al msg.al
CLEANFILES+= ${FILES}
-all: ${FILES}
+.SUFFIXES: .uu
-${FILES}:
- uudecode < ${.CURDIR}/${.TARGET}.uu
+.uu:
+ uudecode < ${.IMPSRC}
-depend lint tags:
-
-install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
- ${DESTDIR}${BINDIR}/isdn
+FILESDIR= ${BINDIR}/isdn
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud