Makefile revision 1.3
11.1Scgd# This directory contains an implementation of crypt(3) and associated 21.2Scgd# routines. the file crypt.c can't be shipped out of the US. it was put 31.2Scgd# into this directory to make distribution of exportable and non-exportable 41.2Scgd# systems easier. 51.3Smycroft# 61.3Smycroft# $Id: Makefile,v 1.3 1993/08/02 17:50:08 mycroft Exp $ 71.1Scgd 81.2Scgd.if exists(crypt.c) 91.1ScgdLIB= crypt 101.1ScgdSRCS= crypt.c 111.1Scgd 121.1Scgd.include <bsd.lib.mk> 131.2Scgd.else 141.2Scgdall install clean cleandir depend obj: 151.2Scgd.endif 16