Fixed unsorting of MAN1 in previous commit.

This commit is contained in:
Bruce Evans 1998-12-20 06:27:00 +00:00
parent a8e94191e8
commit b9f010b051
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41952

View File

@ -1,8 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.4 1997/04/14 10:24:14 wosch Exp $
# $Id: Makefile,v 1.5 1998/12/19 09:33:03 dillon Exp $
MAN1= cd.1 intro.1 wait.1 security.1
MAN1= cd.1 intro.1 security.1 wait.1
MLINKS= intro.1 introduction.1
.include <bsd.prog.mk>