ftpd: deduplicate gcc warning avoidance

OK lukem@
This commit is contained in:
prlw1 2023-11-25 15:39:51 +00:00
parent 7a2d194c1f
commit 36095fdf28
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.69 2023/06/03 09:09:11 lukem Exp $
# $NetBSD: Makefile,v 1.70 2023/11/25 15:39:51 prlw1 Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <bsd.own.mk>
@ -39,9 +39,6 @@ LDADD+= -lskey
.endif
.endif # USE_PAM == no
COPTS.ftpd.c += ${CC_WNO_STRINGOP_TRUNCATION}
COPTS.logwtmp.c += ${CC_WNO_STRINGOP_TRUNCATION}
ftpd.o ftpcmd.o: version.h
#.if (${USE_KERBEROS} != "no")