Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/resize no need to specify SRCS



details:   https://anonhg.NetBSD.org/src/rev/0bdeb5d277e0
branches:  trunk
changeset: 959877:0bdeb5d277e0
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 28 00:43:24 2021 +0000

description:
no need to specify SRCS

diffstat:

 usr.bin/resize/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 56c1527a7073 -r 0bdeb5d277e0 usr.bin/resize/Makefile
--- a/usr.bin/resize/Makefile   Sun Feb 28 00:42:22 2021 +0000
+++ b/usr.bin/resize/Makefile   Sun Feb 28 00:43:24 2021 +0000
@@ -1,10 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 2021/02/27 22:37:54 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2021/02/28 00:43:24 christos Exp $
 
 .include <bsd.own.mk>
 
 WARNS= 5
 PROG=  resize
-SRCS=  resize.c
 
 CPPFLAGS+=-DRESIZE_ONLY -Wno-format-nonliteral
 DPADD+=        ${LIBUTIL}



Home | Main Index | Thread Index | Old Index