#
#  Copyright (c) 1993, Trusted Information Systems, Incorporated
#  All rights reserved.
# 
#  Redistribution and use are governed by the terms detailed in the
#  license document ("LICENSE") included with the toolkit.
#

#
#	Author: Marcus J. Ranum, Trusted Information Systems, Inc.
#
# RcsId: "$Header: /usr/home/rick/fwtk2.0/fwtk/config/RCS/Makefile,v 1.2 1996/09/10 19:25:36 rick Exp $"

include	../Makefile.config


# these are no-ops
all:
clean:

install:
	if [ ! -f $(DEST)/netperm-table ]; then \
		$(CP) netperm-table $(DEST); \
		chmod 644 $(DEST)/netperm-table; \
	fi
	if [ ! -f $(DEST)/mqueue ]; then \
		$(CP) mqueue $(DEST); \
		chmod 750 $(DEST)/mqueue; \
	fi
