]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
bomb out immediately rather than silently fail
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 12 Dec 2017 13:39:18 +0000 (13:39 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 12 Dec 2017 14:29:22 +0000 (14:29 +0000)
if we can't generate passwords.mk, we're stuffed anyway

raddb/certs/Makefile

index 155828e2f0e1d9452e3d006962b26f5510de8d21..6f2296f96c23528d907032b29bf18af58f640994 100644 (file)
@@ -14,7 +14,7 @@ DH_KEY_SIZE   = 2048
 #
 #  Set the passwords
 #
--include passwords.mk
+include passwords.mk
 
 ######################################################################
 #