diff options
Diffstat (limited to 'usr/src/cmd/allocate/Makefile')
| -rw-r--r-- | usr/src/cmd/allocate/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/cmd/allocate/Makefile b/usr/src/cmd/allocate/Makefile index 41339cdde6..7ec0367c70 100644 --- a/usr/src/cmd/allocate/Makefile +++ b/usr/src/cmd/allocate/Makefile @@ -21,6 +21,7 @@ # # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2018 Joyent, Inc. # ETCTSOLFILES = devalloc_defaults @@ -182,7 +183,11 @@ clean : $(RM) $(PROG) $(RTLCKS) $(OBJS) \ $(SCRIPTS) $(ALLSCRIPTS) $(POFILE) $(POFILES) -lint : lint_SRCS +lint : + $(LINT.c) allocate.c allocate3.c $(LDLIBS) + $(LINT.c) -Xc99=%all mkdevalloc.c $(LDLIBS) + $(LINT.c) dminfo.c $(LDLIBS) + $(LINT.c) add_allocatable.c $(LDLIBS) strip : $(STRIP) $(PROG) |
