diff options
author | jmg <jmg@FreeBSD.org> | 1999-05-06 04:27:03 +0800 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1999-05-06 04:27:03 +0800 |
commit | 29dd2b030ae55e9dae838088d34f0e76bcea012b (patch) | |
tree | fb35799cf64bcc4743aa94eb71880dcb7e28a12a /sysutils/Makefile | |
parent | 93a59bf8d2d3b91d791861c45e13caf1e8359c7f (diff) | |
download | freebsd-ports-graphics-29dd2b030ae55e9dae838088d34f0e76bcea012b.tar.gz freebsd-ports-graphics-29dd2b030ae55e9dae838088d34f0e76bcea012b.tar.zst freebsd-ports-graphics-29dd2b030ae55e9dae838088d34f0e76bcea012b.zip |
activate ffsrecov in the correct place..
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3dbdf0067ae..985464bfcba 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.64 1999/03/31 11:24:40 dirk Exp $ +# $Id: Makefile,v 1.65 1999/04/30 09:30:50 taoka Exp $ # SUBDIR += LPRng @@ -17,6 +17,7 @@ SUBDIR += cpbk SUBDIR += daemontools SUBDIR += doconfig + SUBDIR += ffsrecov SUBDIR += gnomeadmin SUBDIR += gnomecontrolcenter SUBDIR += glload |