Import of amd reach-over Makefiles for using the sources in dist/am-utils.

This commit is contained in:
wiz 2000-11-20 00:16:18 +00:00
parent 0d632f7ea0
commit 4f035159de
6 changed files with 58 additions and 13 deletions

View File

@ -1,7 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 1997/07/24 21:24:12 christos Exp $
# $NetBSD: Makefile,v 1.1.1.2 2000/11/20 00:16:18 wiz Exp $
PROG= fixmount
SRCS= check_mount.c fixmount.c
MAN+= fixmount.8
.include "${.CURDIR}/../Makefile.inc"
PROG= fixmount
DIST= ${IDIST}/fixmount
.PATH: ${DIST} ${IDIST}/conf/checkmount
SRCS= fixmount.c checkmount_bsd44.c
MAN+= fixmount.8
CPPFLAGS+= -I${DIST}
LDADD+= ${LIBAMU} -lrpcsvc
DPADD+= ${LIBRPCSVC}
.include <bsd.prog.mk>

View File

@ -1,7 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 1997/07/24 21:22:43 christos Exp $
# $NetBSD: Makefile,v 1.1.1.2 2000/11/20 00:16:18 wiz Exp $
PROG= hlfsd
SRCS= stubs.c nfs_prot_svc.c homedir.c hlfsd.c
MAN+= hlfsd.8
.include "${.CURDIR}/../Makefile.inc"
PROG= hlfsd
DIST= ${IDIST}/hlfsd
.PATH: ${DIST}
SRCS= hlfsd.c homedir.c nfs_prot_svc.c stubs.c
MAN+= hlfsd.8
CPPFLAGS+= -I${DIST}
LDADD+= ${LIBAMU} -lrpcsvc
.include <bsd.prog.mk>

View File

@ -0,0 +1,5 @@
/* $NetBSD: build_version.h,v 1.1.1.1 2000/11/20 00:16:18 wiz Exp $ */
/* do not edit this file by hand */
/* auto-generated by update_build_version script */
#define AMU_BUILD_VERSION 1

View File

@ -1,4 +1,5 @@
# $NetBSD: mkconf,v 1.1.1.2 1999/09/04 22:25:00 christos Exp $
# $NetBSD: mkconf,v 1.1.1.3 2000/11/20 00:16:18 wiz Exp $
#
# mkconf
# Generate local configuration parameters for amd
#

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1.1.1 2000/11/20 00:16:18 wiz Exp $
.include "${.CURDIR}/../Makefile.inc"
DIST= ${IDIST}/scripts
.PATH: ${DIST}
MAN+= amd.conf.5
# we don't install the following script by default
# automount2amd.8
.include <bsd.man.mk>

View File

@ -1,7 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 1997/09/26 16:08:41 christos Exp $
# $NetBSD: Makefile,v 1.1.1.2 2000/11/20 00:16:18 wiz Exp $
PROG= wire-test
SRCS= wire-test.c
MAN+= wire-test.8
.include "${.CURDIR}/../Makefile.inc"
PROG= wire-test
DIST= ${IDIST}/wire-test
.PATH: ${DIST}
SRCS= wire-test.c
MAN+= wire-test.8
LDADD+= ${LIBAMU}
.include <bsd.prog.mk>