summaryrefslogtreecommitdiff
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, 0 insertions, 20 deletions
diff --git a/share/isdn/Makefile b/share/isdn/Makefile
deleted file mode 100644
index dbc797334f0c8..0000000000000
--- a/share/isdn/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# @(#)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>