Makefile revision 1.3
1# This directory contains an implementation of crypt(3) and associated 2# routines. the file crypt.c can't be shipped out of the US. it was put 3# into this directory to make distribution of exportable and non-exportable 4# systems easier. 5# 6# $Id: Makefile,v 1.3 1993/08/02 17:50:08 mycroft Exp $ 7 8.if exists(crypt.c) 9LIB= crypt 10SRCS= crypt.c 11 12.include <bsd.lib.mk> 13.else 14all install clean cleandir depend obj: 15.endif 16