]> andersk Git - moira.git/blob - include/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / include / Makefile
1 # Makefile for SMS 2.0 include files
2 #
3 #       $Source$
4 #       $Header$
5 #       $Author$
6 #
7 # (c) Copyright 1988, 1990 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= moira.h moira_site.h mr_et.h
13
14 all:
15
16 install: ${FILES}
17         install -c -m 644 moira.h ${DESTDIR}/usr/include/moira.h
18         install -c -m 644 moira_site.h ${DESTDIR}/usr/include/moira_site.h
19         install -c -m 644 mr_et.h ${DESTDIR}/usr/include/mr_et.h
20
21 depend:
22
This page took 0.03118 seconds and 5 git commands to generate.