Makefile: fix FreeBSD else ifeq

This commit is contained in:
Andrea Rogers 2024-04-14 23:50:10 -05:00
commit 095d5f6b7d

View file

@ -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