Correct inadvertent style botches in previous commit.

This commit is contained in:
Kris Kennaway 2002-02-04 03:06:51 +00:00
parent afe781faa2
commit 6a99036a7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90167
5 changed files with 7 additions and 11 deletions

View File

@ -3,6 +3,8 @@
PROG= ls
SRCS= cmp.c lomac.c ls.c print.c util.c
NO_WERROR=1
WFORMAT=0
DPADD= ${LIBM}
LDADD= -lm
@ -11,7 +13,5 @@ CFLAGS+= -DCOLORLS
DPADD+= ${LIBTERMCAP}
LDADD+= -ltermcap
.endif
WFORMAT=0
NO_WERROR=1
.include <bsd.prog.mk>

View File

@ -30,10 +30,9 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
tables.c tar.c tty_subs.c
WARNS= 0
WFORMAT=0
#XXX NOTYET
#MAN= pax.1 tar.1 cpio.1
#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
WFORMAT?= 0
.include <bsd.prog.mk>

View File

@ -10,12 +10,11 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c
# on large systems.
#
CFLAGS+=-DLAZY_PS
NO_WERROR=yes
NO_WERROR=1
WFORMAT=0
DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
#BINGRP= kmem
#BINMODE=2555
WFORMAT?= 0
.include <bsd.prog.mk>

View File

@ -5,8 +5,7 @@ PROG= rcp
SRCS= rcp.c util.c
CFLAGS+=-DBINDIR=${BINDIR}
WARNS= 0
WFORMAT?= 0
WFORMAT=0
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c

View File

@ -11,8 +11,7 @@ SRCS= rmail.c
MAN= rmail.8
CFLAGS+=-I${SENDMAIL_DIR}/include
WARNS= 0
WFORMAT?= 0
WFORMAT=0
.if exists(${.OBJDIR}/../../lib/libsmutil)
LIBSMUTILDIR:= ${.OBJDIR}/../../lib/libsmutil