diff options
author | joerg <joerg@FreeBSD.org> | 1996-05-06 19:48:35 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-05-06 19:48:35 +0800 |
commit | 46ceb0180b9d2ce2d6065b4e82a35cb3120fcb91 (patch) | |
tree | 997c770349982597c1101828681c2b824071b8c1 /x11/Makefile | |
parent | dbe8d85385ebcab8f34dfd2a842d419ace7c5d56 (diff) | |
download | freebsd-ports-gnome-46ceb0180b9d2ce2d6065b4e82a35cb3120fcb91.tar.gz freebsd-ports-gnome-46ceb0180b9d2ce2d6065b4e82a35cb3120fcb91.tar.zst freebsd-ports-gnome-46ceb0180b9d2ce2d6065b4e82a35cb3120fcb91.zip |
Wow! I didn't miss adding xpostit to the SUBDIRS this time! :)
(I'm sure i've botched something else then...)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 222b736a0fef..04dad0aca8da 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.83 1996/03/30 05:42:59 asami Exp $ +# $Id: Makefile,v 1.84 1996/04/12 07:43:19 asami Exp $ # SUBDIR += FWF @@ -40,6 +40,7 @@ SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xphoon + SUBDIR += xpostit SUBDIR += xscreensaver SUBDIR += xsnow SUBDIR += xview-config |