Skip to content

Commit

Permalink
use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem committed Sep 18, 2002
1 parent 27a998e commit 25a067c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions libexec/atrun/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libexec/ftpd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libexec/makewhatis/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libexec/rpc.rstatd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libexec/tftpd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25a067c

Please sign in to comment.