summaryrefslogtreecommitdiffstats
path: root/share/isdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/isdn/Makefile')
-rw-r--r--share/isdn/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/isdn/Makefile b/share/isdn/Makefile
new file mode 100644
index 0000000..dbc7973
--- /dev/null
+++ b/share/isdn/Makefile
@@ -0,0 +1,20 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+# $Id: Makefile,v 1.8 1998/01/03 14:13:46 wosch Exp $
+
+FILES= 0.g711a 1.g711a 2.g711a 3.g711a 4.g711a 5.g711a 6.g711a 7.g711a \
+ 8.g711a 9.g711a beep.g711a msg.g711a
+
+CLEANFILES+= ${FILES}
+
+all: ${FILES}
+
+${FILES}:
+ uudecode < ${.CURDIR}/${.TARGET}.uu
+
+depend lint tags:
+
+install:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
+ ${DESTDIR}${BINDIR}/isdn
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud