diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-21 16:28:49 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-21 16:28:49 +0000 |
commit | e2fd3d3f05809ebcc08e7edfea34f12442e95d8c (patch) | |
tree | f773be831fcd72f4355ec65e827d9767b1c3b106 /lib/libpthread/net | |
parent | a07ab1f7619bb5c4f60d11114c0865d849f21ecf (diff) |
move unchanged files from machdep/ into appropriate arch/${MACHINE}
directories. These files have been renamed as appropriate, but
hackers of these files should note those that started off as netbsd
files (alpha and sparc).
also moved machdep/openbsd-2.0/ to include/sys/
Diffstat (limited to 'lib/libpthread/net')
-rw-r--r-- | lib/libpthread/net/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/net/Makefile.inc b/lib/libpthread/net/Makefile.inc index c89732ac048..76726e79e3a 100644 --- a/lib/libpthread/net/Makefile.inc +++ b/lib/libpthread/net/Makefile.inc @@ -1,8 +1,7 @@ # from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 -# $Id: Makefile.inc,v 1.1 1998/07/21 13:19:44 peter Exp $ +# $Id: Makefile.inc,v 1.2 1998/07/21 16:28:42 peter Exp $ -# gen sources -.PATH: ${srcdir}/net +.PATH: ${.CURDIR}/net SRCS+= gethostbyaddr.c gethostbyname.c gethostent.c getnetbyaddr.c \ getnetbyname.c getnetent.c getproto.c getprotoent.c getprotoname.c \ |