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/profile.d/Makefile | |
parent | 4a23e42be85333dccc39cca6555b96a065ff3855 (diff) |
Punt PAGER and EDITOR. People need to set this themselves now.
Diffstat (limited to 'etc/profile.d/Makefile')
-rw-r--r-- | etc/profile.d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile.d/Makefile b/etc/profile.d/Makefile new file mode 100644 index 00000000..abc1841d --- /dev/null +++ b/etc/profile.d/Makefile @@ -0,0 +1,4 @@ +DIR = /etc/profile.d + +TOPDIR = ../.. +include $(TOPDIR)/default.mk |