]> andersk Git - moira.git/blame - include/Makefile
removed default server location (it's in sms_app.h now)
[moira.git] / include / Makefile
CommitLineData
e66cf6a1 1# Makefile for SMS 2.0 include files
2#
3# $Source$
4# $Header$
5# $Author$
6#
7# (c) Copyright 1988 by the Massachusetts Institute of Technology.
8# For copying and distribution information, please see the file
9# <mit-copyright.h>.
10
11DESTDIR=
12FILES= sms.h sms_app.h sms_et.h
13
14all:
15
16install: ${FILES}
17 install -m 644 sms.h ${DESTDIR}/usr/include/sms.h
18 install -m 644 sms_app.h ${DESTDIR}/usr/include/sms_app.h
19 install -m 644 sms_et.h ${DESTDIR}/usr/include/sms_et.h
This page took 0.091204 seconds and 5 git commands to generate.