]> andersk Git - moira.git/blame - include/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / include / Makefile
CommitLineData
e66cf6a1 1# Makefile for SMS 2.0 include files
2#
3# $Source$
4# $Header$
5# $Author$
6#
8defc06b 7# (c) Copyright 1988, 1990 by the Massachusetts Institute of Technology.
e66cf6a1 8# For copying and distribution information, please see the file
9# <mit-copyright.h>.
10
11DESTDIR=
8defc06b 12FILES= moira.h moira_site.h mr_et.h
e66cf6a1 13
14all:
15
16install: ${FILES}
8defc06b 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
c26b11af 20
21depend:
22
This page took 0.0986 seconds and 5 git commands to generate.