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 /x11 | |
parent | 1fb83c20bbb6e998eae6a9cd0d51da533247e7bd (diff) | |
download | freebsd-ports-742e6c4d2ab457b491e65af186996cc788c8b874.zip |
Change ports Makefiles to use bsd.port.subdir.mk
Submitted by: jkh
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 89d7b8753b52..1aeba18cfd09 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,3 +1,3 @@ SUBDIR= tk -.include <bsd.subdir.mk> +.include <bsd.port.subdir.mk> |