1#
2# $Id: Makefile,v 5.2 90/06/23 22:21:27 jsp Rel $
3#
4# Copyright (c) 1990 Jan-Simon Pendry
5# Copyright (c) 1990 Imperial College of Science, Technology & Medicine
6# Copyright (c) 1990 The Regents of the University of California.
7# All rights reserved.
8#
9# This code is derived from software contributed to Berkeley by
10# Jan-Simon Pendry at Imperial College, London.
11#
12# %sccs.include.redist.sh%
13#
14#	@(#)Makefile	5.1 (Berkeley) 07/19/90
15#
16
17MKARG = -f ../Makefile.top PROG=mk-amd-map
18SHELL = /bin/sh
19
20mk-amd-map: FRC
21	@${MAKE} ${MKARG} $@
22
23install clean count lint: FRC
24	@${MAKE} ${MKARG} $@
25
26FRC:
27