diff options
| author | erdgeist <> | 2013-03-30 21:23:13 +0000 |
|---|---|---|
| committer | erdgeist <> | 2013-03-30 21:23:13 +0000 |
| commit | d5c18232d1ca4e8106ad924d3bd574500c2fab8a (patch) | |
| tree | 3fbdcef24fbf8b5e157cbe72167925b24fd5764f /Makefile | |
| parent | deece32718b2103d9230134a6ee9082f86eeee70 (diff) | |
Allow specifying the jailname instead of jid with the -j parameter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | # $Id$ | 1 | # $Id$ |
| 2 | 2 | ||
| 3 | CFLAGS+=-Wall -Wextra -pedantic -Os | 3 | CFLAGS+=-Wall -Wextra -pedantic -Os |
| 4 | LDFLAGS+=-s -lutil | 4 | LDFLAGS+=-s -lutil -ljail |
| 5 | PREFIX?=/usr/local | 5 | PREFIX?=/usr/local |
| 6 | 6 | ||
| 7 | all: jaildaemon | 7 | all: jaildaemon |
