mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
15 lines
225 B
Makefile
15 lines
225 B
Makefile
# ex:ts=8
|
|
#
|
|
# Makefile for amd
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
#
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/amd/mk-amd-map
|
|
|
|
PROG= mk-amd-map
|
|
MAN= mk-amd-map.8
|
|
|
|
LIBADD= amu
|
|
|
|
.include <bsd.prog.mk>
|