Module Name: src
Committed By: christos
Date: Sun Feb 28 00:43:24 UTC 2021
Modified Files:
src/usr.bin/resize: Makefile
Log Message:
no need to specify SRCS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/resize/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/resize/Makefile
diff -u src/usr.bin/resize/Makefile:1.4 src/usr.bin/resize/Makefile:1.5
--- src/usr.bin/resize/Makefile:1.4 Sat Feb 27 17:37:54 2021
+++ src/usr.bin/resize/Makefile Sat Feb 27 19:43:24 2021
@@ -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}