diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
commit | 0d031e5481ba650fc46ddaaa39c19d0c8dfad2b2 (patch) | |
tree | 1176b3d0598321ce4023737951fc669c24ef5ec7 /etc/Makefile | |
parent | 4a23e42be85333dccc39cca6555b96a065ff3855 (diff) |
Punt PAGER and EDITOR. People need to set this themselves now.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 190239ec..d93220f3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = env.d +SUBDIRS = env.d profile.d DIR = /etc FILES = hosts networks profile protocols rc.conf services shells |