#	START NEW ARIX SCCS HEADER
#
#	@(#) Makefile: version 25.1 created on 12/2/91 at 17:04:48
#
#	Copyright (c) 1990 by Arix Corporation
#	All Rights Reserved
#
#	@(#)Makefile	25.1	12/2/91 Copyright (c) 1990 by Arix Corporation
#
#	END NEW ARIX SCCS HEADER
#

#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#	ATT:#ident	"sadmin:tools/Makefile	2.4"

#ident	"@(#)sadmin/tools:Makefile	25.1"

#	Makefile for tools used in building sadmin
#	Generated Tue Oct 30 21:36:09 EST 1984 from skeleton makefile:
#  @(#)SKELMakefile  1.4  /sccs/src/cmd/sadmin/tools/s.SKELMakefile

IROOT =
include $(IROOT)/macdefs


CMDS = cmdsused genmakefile mkprod.cpio mkproto stats subcommands 

PARTS = $(CMDS) INSTALL Makefile RUN 

ALL:		$(PARTS)
	chmod go-w $(PARTS)
	chmod +x $(CMDS)

install:

remove:

partslist:	$(PARTS)
	@echo $(PARTS)  |  tr ' ' '\012'  |  sort
	
product productdir:

clean:

clobber:

srcaudit:
	@(	find * -print;  \
		ls -d $(DIRECTORIES) $(PARTS) SKELMakefile Makefile  \
	)  |  sort  |  uniq -u  |  sed 's/$$/	unexpected/'

newmakefile:	genmakefile SKELMakefile ALL
	cp Makefile OMakefile
	./genmakefile SKELMakefile OMakefile >Makefile
	rm -f OMakefile
