diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch) | |
tree | 7fb39aa3f78592f94c2415ace02da97d31058a71 /emulators/cpmtools | |
parent | 30c64255c60ccb33f5d4988894005dc545e00c52 (diff) | |
download | ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.tar.gz ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.zip |
Notes
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r-- | emulators/cpmtools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 703132ab3d61..9aa2ec2a89d7 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,13 +3,15 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1994/12/28 11:53:41 joerg Exp $ +# $Id: Makefile,v 1.2 1995/04/01 13:48:34 joerg Exp $ # DISTNAME= cpm-1.1 -WRKSRC= ${WRKDIR}/cpm MAINTAINER= joerg@FreeBSD.org + +WRKSRC= ${WRKDIR}/cpm + # # need our own build target to pass PREFIX down to the make command # |