Makefile (7014882c) Makefile (5801b0f0)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 19 unchanged lines hidden (view full) ---

28include ../Makefile.ucbcmd
29
30FILEMODE= 755
31
32CERRWARN += -_gcc=-Wno-parentheses
33
34.KEEP_STATE:
35
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

--- 19 unchanged lines hidden (view full) ---

28include ../Makefile.ucbcmd
29
30FILEMODE= 755
31
32CERRWARN += -_gcc=-Wno-parentheses
33
34.KEEP_STATE:
35
36all: $(PROG)
36all: $(PROG)
37
38install: all $(ROOTPROG)
39
40clean:
41
37
38install: all $(ROOTPROG)
39
40clean:
41
42lint: lint_PROG
43
44include ../Makefile.ucbtarg
42include ../Makefile.ucbtarg