diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 09:43:35 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 09:43:35 +0000 |
commit | 846181c0a6e5be380c7fcd8e4488152e4c9c1625 (patch) | |
tree | a3cab6a76c300bb60f42d4fab3f3104aca99e54b /x11-fm | |
parent | e04f673ba1a1cd561de924f3aa0bf026cece662d (diff) | |
download | FreeBSD-ports-846181c0a6e5be380c7fcd8e4488152e4c9c1625.zip FreeBSD-ports-846181c0a6e5be380c7fcd8e4488152e4c9c1625.tar.gz |
Added xnc
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index a7cf8ae..b482235 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1998/12/02 20:08:57 billf Exp $ +# $Id: Makefile,v 1.5 1999/01/31 20:58:07 vanilla Exp $ # SUBDIR += asfiles @@ -14,5 +14,6 @@ SUBDIR += workplace SUBDIR += x-files SUBDIR += xfm + SUBDIR += xnc .include <bsd.port.subdir.mk> |