Add necessary item to CLEANFILES

This commit is contained in:
Jordan K. Hubbard 1996-07-27 22:16:19 +00:00
parent a962de47ad
commit 187eb1e177
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17309

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.4 (Berkeley) 5/7/91
# $Id$
# $Id: Makefile,v 1.1 1996/02/10 23:49:27 markm Exp $
LIB= des
SRCS= cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
@ -13,6 +13,7 @@ SHLIB_MAJOR= 2
SHLIB_MINOR= 1
CFLAGS+= -Wall
CLEANFILES+= des_crypt.3
MAN3= des_crypt.3