Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec use bsd.own.mk instead of the (obvious typo of) bsd....
details: https://anonhg.NetBSD.org/src/rev/49f73a3f13de
branches: trunk
changeset: 536542:49f73a3f13de
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Sep 18 06:24:33 2002 +0000
description:
use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
diffstat:
libexec/atrun/Makefile | 4 ++--
libexec/ftpd/Makefile | 4 ++--
libexec/makewhatis/Makefile | 4 ++--
libexec/rpc.rstatd/Makefile | 4 ++--
libexec/tftpd/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (63 lines):
diff -r 530f9a9ea9c0 -r 49f73a3f13de libexec/atrun/Makefile
--- a/libexec/atrun/Makefile Wed Sep 18 06:17:38 2002 +0000
+++ b/libexec/atrun/Makefile Wed Sep 18 06:24:33 2002 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2002/08/19 13:54:34 lukem Exp $
+# $NetBSD: Makefile,v 1.13 2002/09/18 06:24:33 lukem Exp $
-.include <bsd.obj.mk>
+.include <bsd.own.mk>
PROG= atrun
BINDIR= /usr/libexec
diff -r 530f9a9ea9c0 -r 49f73a3f13de libexec/ftpd/Makefile
--- a/libexec/ftpd/Makefile Wed Sep 18 06:17:38 2002 +0000
+++ b/libexec/ftpd/Makefile Wed Sep 18 06:24:33 2002 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2002/08/22 00:09:38 christos Exp $
+# $NetBSD: Makefile,v 1.50 2002/09/18 06:24:34 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
-.include <bsd.obj.mk>
+.include <bsd.own.mk>
PROG= ftpd
SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
diff -r 530f9a9ea9c0 -r 49f73a3f13de libexec/makewhatis/Makefile
--- a/libexec/makewhatis/Makefile Wed Sep 18 06:17:38 2002 +0000
+++ b/libexec/makewhatis/Makefile Wed Sep 18 06:24:33 2002 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2002/09/13 15:56:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.16 2002/09/18 06:24:35 lukem Exp $
.ifndef HOSTPROG
-.include <bsd.obj.mk>
+.include <bsd.own.mk>
.endif
PROG= makewhatis
diff -r 530f9a9ea9c0 -r 49f73a3f13de libexec/rpc.rstatd/Makefile
--- a/libexec/rpc.rstatd/Makefile Wed Sep 18 06:17:38 2002 +0000
+++ b/libexec/rpc.rstatd/Makefile Wed Sep 18 06:24:33 2002 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2002/08/19 13:54:37 lukem Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/18 06:24:35 lukem Exp $
-.include <bsd.obj.mk>
+.include <bsd.own.mk>
PROG = rpc.rstatd
.PATH: ${NETBSDSRCDIR}/usr.bin/vmstat
diff -r 530f9a9ea9c0 -r 49f73a3f13de libexec/tftpd/Makefile
--- a/libexec/tftpd/Makefile Wed Sep 18 06:17:38 2002 +0000
+++ b/libexec/tftpd/Makefile Wed Sep 18 06:24:33 2002 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2002/08/19 13:54:37 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/18 06:24:35 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-.include <bsd.obj.mk>
+.include <bsd.own.mk>
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
Home |
Main Index |
Thread Index |
Old Index