Use alignment-safe code on non-i386 architectures.

This commit is contained in:
Bill Fenner 2001-07-26 21:54:47 +00:00
parent da4faae106
commit 83d4b03c15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80413

View File

@ -33,6 +33,9 @@ SRCS+= print-ip6.c print-ip6opts.c print-ripng.c print-icmp6.c \
print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c
CFLAGS+= -DINET6
.endif
.if ${MACHINE_ARCH} != "i386"
CFLAGS+= -DLBL_ALIGN
.endif
DPADD= ${LIBL} ${LIBPCAP}
LDADD= -ll -lpcap