aboutsummaryrefslogtreecommitdiffstats
path: root/cvs/Makefile
blob: 61e0f8368136bb1a7b7b3641bec6de967cf2b662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.POSIX:

install:
	mkdir -p -- ~/.config/profile.d
	test ! -e ~/.config/profile.d/cvs || test -L ~/.config/profile.d/cvs
	ln -sf -- ~/.dotfiles/cvs/user-profile ~/.config/profile.d/cvs

uninstall:
	+! ../check-installed cvs
	-unlink -- ~/.config/profile.d/cvs
	-rmdir -- ~/.config/profile.d