__ss_{len,family} hack is no longer necessary

This commit is contained in:
itojun 2001-11-19 03:20:45 +00:00
parent 64b7f58d02
commit b68a35f950
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1999/07/12 20:17:09 itojun Exp $
# $NetBSD: Makefile,v 1.9 2001/11/19 03:20:45 itojun Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= tftpd
@ -7,7 +7,4 @@ MAN= tftpd.8
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
# for portability across old sockaddr_storage definition
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family
.include <bsd.prog.mk>