freebsd-dev/usr.sbin/amd/mk-amd-map/Makefile
1998-08-27 08:09:42 +00:00

17 lines
244 B
Makefile

# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $Id$
#
.PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
PROG= mk-amd-map
MAN8= mk-amd-map.8
SRCS= mk-amd-map.c
.include <bsd.prog.mk>