]> andersk Git - moira.git/blame_incremental - include/Makefile
fix unresolved reference to access_snt() by creating
[moira.git] / include / Makefile
... / ...
CommitLineData
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
11DESTDIR=
12FILES= moira.h moira_site.h mr_et.h
13
14all:
15
16install: ${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
21depend:
22
This page took 0.030366 seconds and 5 git commands to generate.