]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
reorder for consistency
authorAlan T. DeKok <aland@freeradius.org>
Tue, 15 Jun 2021 13:38:47 +0000 (09:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 15 Jun 2021 13:38:47 +0000 (09:38 -0400)
src/bin/radlock.mk

index 34e0c7318e060e34c2246faeb2e06a05d63a4d58..3eda4fa96c48142ec57d49150409403c95750d0f 100644 (file)
@@ -1,8 +1,7 @@
 TARGET         := radlock
 SOURCES                := radlock.c
 
-TGT_PREREQS    := libfreeradius-util.a
-
 TGT_INSTALLDIR  := ${sbindir}
 TGT_LDLIBS     := $(LIBS)
 TGT_LDFLAGS    := $(LDFLAGS)
+TGT_PREREQS    := libfreeradius-util.a