Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gshapiro committed Oct 11, 2000
1 parent 75662c3 commit e0b2de2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions bin/rmail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

# If you want to have your rmail queuing the mail only, uncomment the
# following:
Expand Down
8 changes: 4 additions & 4 deletions libexec/mail.local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions libexec/smrsh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions secure/usr.sbin/sendmail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
# STARTTLS support
Expand All @@ -53,9 +53,9 @@ DPADD+= ${LIBSSL} ${LIBCRYPTO}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
Expand Down
8 changes: 4 additions & 4 deletions usr.sbin/mailstats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions usr.sbin/makemap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMDB} ${LIBSMUTIL}
LDADD+= ${LIBSMDB} ${LIBSMUTIL}
DPADD= ${LIBSMDB} ${LIBSMUTIL}
LDADD= ${LIBSMDB} ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions usr.sbin/praliases/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMDB} ${LIBSMUTIL}
LDADD+= ${LIBSMDB} ${LIBSMUTIL}
DPADD= ${LIBSMDB} ${LIBSMUTIL}
LDADD= ${LIBSMDB} ${LIBSMUTIL}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions usr.sbin/sendmail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ LIBSMUTILDIR!= cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
.endif
LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a

DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
DPADD= ${LIBSMUTIL}
LDADD= ${LIBSMUTIL}

.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
# STARTTLS support
Expand All @@ -53,9 +53,9 @@ DPADD+= ${LIBSSL} ${LIBCRYPTO}

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}
LDFLAGS+=${SENDMAIL_LDFLAGS}
LDADD+=${SENDMAIL_LDADD}
DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}

beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
Expand Down

0 comments on commit e0b2de2

Please sign in to comment.