diff options
Diffstat (limited to 'usr/src/lib/libresolv2/include/Makefile')
-rw-r--r-- | usr/src/lib/libresolv2/include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libresolv2/include/Makefile b/usr/src/lib/libresolv2/include/Makefile index b7271c0617..bdc41c7d19 100644 --- a/usr/src/lib/libresolv2/include/Makefile +++ b/usr/src/lib/libresolv2/include/Makefile @@ -36,7 +36,7 @@ install := TARGET= install .KEEP_STATE: -all lint: $(HDRS) +all: $(HDRS) install: all |