NetBSD/lib/libc/arch/i386/net/Makefile.inc

8 lines
280 B
PHP
Raw Normal View History

1997-11-06 02:37:06 +03:00
# $NetBSD: Makefile.inc,v 1.2 1997/11/05 23:43:00 cgd Exp $
1997-11-06 02:37:06 +03:00
# objects built from assembler sources (need lint stubs)
SRCS+= htonl.S htons.S ntohl.S ntohs.S
1997-11-06 02:37:06 +03:00
LSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
DPSRCS+= Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c