#
#ident	"@(#)smail/conf/arch:RELEASE-3_2_0_114:Makefile,v 1.8 2000/05/04 04:12:41 woods Exp"
#
# Makefile for the architecture descriptions in the smail source tree
#
#    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
#    Copyright (C) 1992  Ronald S. Karr
# 
# See the file COPYING, distributed with smail, for restriction
# and warranty information.

SHELL=/bin/sh
AR=ar
LINT=lint
SRC_PREFIX=

ROOT=../..
ARCHSRC=16bit 32bit small32bit 64bit
MISCSRC=Makefile
SRC=${ARCHSRC} ${MISCSRC}

all install depend clean clobber:

names:
	@for i in ${SRC}; do echo ${SRC_PREFIX}$$i; done
