11 lines
138 B
Makefile
11 lines
138 B
Makefile
#!make
|
|
#
|
|
# $Id: Makefile.install,v 1.1 1999/04/28 10:06:17 kenmcd Exp $
|
|
|
|
SHELL = /bin/sh
|
|
IAM = shping
|
|
|
|
default:
|
|
install: default
|
|
clobber:
|