#	@(#)Makefile	5.1 (Berkeley) 6/25/90

FILES=	copyright.h mit-sipb-copyright.h ss.h ss_err.h ss_internal.h
NOOBJ=	noobj

include clean cleandir depend lint tags:

all:	install

install:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${FILES} /usr/include/ss

.include <bsd.prog.mk>
