diff --git a/GNUmakefile b/GNUmakefile index 28a69a2..6fb6de4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ ifeq ($(UNAME),Darwin) /opt/local/etc/bashrc PROFILE = .profile.mac INSTALL = ginstall -ifeq ($(UNAME),FreeBSD) +else ifeq ($(UNAME),FreeBSD) DEFAULT_TARGETS += $(HOME)/.bashrc PROFILE = .profile INSTALL = ginstall