diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:26:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:26:08 +0000 |
commit | 742e6c4d2ab457b491e65af186996cc788c8b874 (patch) | |
tree | b46a00d9f43c7d8352ca5f169ea0c23d59503c52 /editors | |
parent | Ok, now we warn if we're about to recreate the distfile from configured (diff) |
Change ports Makefiles to use bsd.port.subdir.mk
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=21
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index a60e67b3ae34..8a310fa86565 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,3 +1,3 @@ SUBDIR= jove emacs -.include <bsd.subdir.mk> +.include <bsd.port.subdir.mk> |