21 lines
370 B
Makefile
Raw Normal View History

1998-08-27 08:09:42 +00:00
# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
1999-08-28 01:35:59 +00:00
# $FreeBSD$
1998-08-27 08:09:42 +00:00
.PATH: ${SRCTOP}/contrib/amd/fixmount \
${SRCTOP}/contrib/amd/conf/checkmount
1998-08-27 08:09:42 +00:00
PROG= fixmount
MAN= fixmount.8
SRCS= fixmount.c
1998-08-27 08:09:42 +00:00
# These would be links created by the GNU-style configure
SRCS+= checkmount_bsd44.c
1998-08-27 08:09:42 +00:00
LIBADD+= amu rpcsvc
1998-08-27 08:09:42 +00:00
.include <bsd.prog.mk>