Makefile (1566bc3431383e39ac9bc7fb7f00feff9c06acda) | Makefile (176a9270a1856e0e2fddcbc3c7d35aa1f750c6b9) |
---|---|
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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 34 unchanged lines hidden (view full) --- 43 $(LINK.c) -o $@ $(OBJS) $(LDLIBS) 44 $(POST_PROCESS) 45 46clean: 47 $(RM) $(OBJS) 48 49install: $(ROOTUSRSBINPROG) 50 | 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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 34 unchanged lines hidden (view full) --- 43 $(LINK.c) -o $@ $(OBJS) $(LDLIBS) 44 $(POST_PROCESS) 45 46clean: 47 $(RM) $(OBJS) 48 49install: $(ROOTUSRSBINPROG) 50 |
51lint: lint_SRCS 52 | |
53include ../Makefile.targ | 51include ../Makefile.targ |