Makefile.inc revision 1.4
1# $NetBSD: Makefile.inc,v 1.4 2003/08/01 17:03:46 lukem Exp $ 2 3# objects built from assembler sources (need lint stubs) 4# hton* and nto* functions provided by ../gen/byte_swap_*.S 5SRCS+= 6 7SRCS.alpha.net= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c 8LSRCS+= ${SRCS.alpha.net} 9DPSRCS+= ${SRCS.alpha.net} 10CLEANFILES+= ${SRCS.alpha.net} 11