1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00

Remove trailing whitespace.

This commit is contained in:
Rodney W. Grimes 1995-05-29 23:50:55 +00:00
parent 236f9a3ab9
commit 236bb30377
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8854

View File

@ -1,8 +1,8 @@
# #
# $Id: Makefile,v 1.55 1995/05/06 03:59:58 rgrimes Exp $ # $Id: Makefile,v 1.56 1995/05/13 03:34:23 rgrimes Exp $
# #
# Make command line options: # Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib # -DCLOBBER will remove /usr/include and MOST of /usr/lib
# -DMAKE_LOCAL to add ./local to the SUBDIR list # -DMAKE_LOCAL to add ./local to the SUBDIR list
# -DMAKE_PORTS to add ./ports to the SUBDIR list # -DMAKE_PORTS to add ./ports to the SUBDIR list
# -DMAKE_EBONES to build eBones (KerberosIV) # -DMAKE_EBONES to build eBones (KerberosIV)
@ -88,7 +88,7 @@ OBJDIR= obj
.endif .endif
.if defined(NOCLEANDIR) .if defined(NOCLEANDIR)
CLEANDIR= clean CLEANDIR= clean
.else .else
CLEANDIR= cleandir CLEANDIR= cleandir
.endif .endif