diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2015-02-24 12:46:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 10:14:26 +0100 |
commit | 2c5a022d3e65779668f071446d80cf27bfe4c037 (patch) | |
tree | 4c06a5066bd7520b6fe0339ac82499389070697d /package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile | |
parent | 4b45b4b6517d76d769dafa6da23ef13aa1315388 (diff) |
port packages mISDN, mISDNuser and capi4k-utils
mISDN still has some unresolved problems with sysfs object creation, to
be fixed.
Diffstat (limited to 'package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile')
-rwxr-xr-x | package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile b/package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile new file mode 100755 index 000000000..d12b2373a --- /dev/null +++ b/package/capi4k-utils/src/pppdcapiplugin/ppp-2.4.5/Makefile @@ -0,0 +1,14 @@ +# Makefile for the capiplugin for pppd(8). +# +# Copyright 2000 Carsten Paeth (calle@calle.in-berlin.de) +# Copyright 2000 AVM GmbH Berlin (info@avm.de) +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version +# 2 of the License, or (at your option) any later version. + +PLUGINDIR=${DESTDIR}/usr/lib/pppd/$(PPPVERSION) + +include $(TOPDIR)/Rules.make + |