# Makefile for SMS 2.0 include files # # $Source$ # $Header$ # $Author$ # # (c) Copyright 1988 by the Massachusetts Institute of Technology. # For copying and distribution information, please see the file # . DESTDIR= FILES= sms.h sms_app.h sms_et.h all: install: ${FILES} install -m 644 sms.h ${DESTDIR}/usr/include/sms.h install -m 644 sms_app.h ${DESTDIR}/usr/include/sms_app.h install -m 644 sms_et.h ${DESTDIR}/usr/include/sms_et.h