]> andersk Git - moira.git/blob - include/Makefile
added compile-time options HESIOD, ZEPHYR, SYSLOG
[moira.git] / include / Makefile
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
11 DESTDIR=
12 FILES= sms.h sms_app.h sms_et.h
13
14 all:
15
16 install: ${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.056518 seconds and 5 git commands to generate.